scripts/download.pl: fix typo

This commit is contained in:
CN_SZTL 2020-04-25 08:15:39 +08:00
parent c7ca44f1c3
commit 9886bf54e6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -272,7 +272,7 @@ foreach my $mirror (@ARGV) {
}
}
unshift @mirrors, 'https://sources.cdn.openwrt.org';
push @mirrors, 'https://sources.cdn.openwrt.org';
#push @mirrors, 'https://mirror1.openwrt.org';
push @mirrors, 'https://sources.openwrt.org';
push @mirrors, 'https://mirror2.openwrt.org/sources';