From d3bfedd227b091a50b4a1de7856eacbdc901c3c1 Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Fri, 7 Nov 2025 01:14:49 +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 1b296ad..18e3e36 100644 --- a/build.sh +++ b/build.sh @@ -615,7 +615,7 @@ compile_source_code() { echo -e " ${CYAN_COLOR}▶${RESET} 下载源: ${TOOLCHAIN_URL}" echo -e " ${CYAN_COLOR}▶${RESET} 目标文件: toolchain_musl_${toolchain_arch}_gcc-${gcc}.tar.zst" - if curl -L ${TOOLCHAIN_URL}/toolchain_${LIBC}_${toolchain_arch}_gcc-${gcc}${tools_suffix}.tar.zst -o toolchain.tar.zst $CURL_BAR; then + if curl -L ${TOOLCHAIN_URL}/toolchain_musl_${toolchain_arch}_gcc-${gcc}.tar.zst -o toolchain.tar.zst $CURL_BAR; then echo -e " ${GREEN_COLOR}✓${RESET} 工具链下载成功" # 处理工具链