From 009c17217107834cdf5ccc336e791ef0b33eada1 Mon Sep 17 00:00:00 2001 From: SuLingGG <1215009714@QQ.COM> Date: Mon, 30 Aug 2021 10:53:25 +0800 Subject: [PATCH] scripts/download.pl: update openwrt.cc mirror url [updated url] Signed-off-by: Tianling Shen --- scripts/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download.pl b/scripts/download.pl index 9e2dd881d9..d66bdf2e42 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -283,7 +283,7 @@ foreach my $mirror (@ARGV) { push @mirrors, "https://mirror01.download.immortalwrt.eu.org"; push @mirrors, "https://mirror02.download.immortalwrt.eu.org"; -push @mirrors, "https://openwrt.cc/dl/immortalwrt/master"; +push @mirrors, "https://openwrt.cc/dl/immortalwrt/immortalwrt"; push @mirrors, 'https://sources.cdn.openwrt.org'; push @mirrors, 'https://sources.openwrt.org'; push @mirrors, 'https://mirror2.openwrt.org/sources';