From 98d72c9fc740374d2779bcc727862e2e0b050355 Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Fri, 24 Oct 2025 20:39:07 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bfda5ea..adda503 100644 --- a/build.sh +++ b/build.sh @@ -416,7 +416,7 @@ download_prebuilt_toolchain() { fi echo -e "${BLUE_COLOR}├─ 下载工具链文件...${RESET}" - local TOOLCHAIN_URL="https://github.com/QuickWrt/ZeroWrt/releases/download/Toolchain-Cache" + local TOOLCHAIN_URL="https://github.com/QuickWrt/QuickWrt/releases/download/Toolchain-Cache" local toolchain_file="toolchain_musl_${TOOLCHAIN_ARCH}_gcc-13.tar.zst" if curl -L "${TOOLCHAIN_URL}/${toolchain_file}" -o toolchain.tar.zst ${CURL_OPTIONS}; then