download.pl: fix path to mirror 182.140.223.146

Closes: #327

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-03-22 17:09:55 +08:00
parent c9140f402c
commit 46ce35d81c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -294,7 +294,7 @@ foreach my $mirror (@ARGV) {
}
}
unshift @mirrors, "http://182.140.223.146";
unshift @mirrors, "http://182.140.223.146/dl";
push @mirrors, 'https://sources.cdn.openwrt.org';
push @mirrors, 'https://sources.openwrt.org';
push @mirrors, 'https://mirror2.openwrt.org/sources';