From 0d0b514125796c5df78a60dbfd5152324dc2603b Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Fri, 7 Nov 2025 01:49:03 +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 c07f89c..8192d64 100644 --- a/build.sh +++ b/build.sh @@ -605,7 +605,7 @@ compile_source_code() { # 确定工具链URL if [ "$(whoami)" = "zhao" ]; then - TOOLCHAIN_URL="http://127.0.0.1:8080" + TOOLCHAIN_URL="http://10.0.0.101:8080/openwrt_caches" else TOOLCHAIN_URL="https://$github/QuickWrt/openwrt_caches/releases/download/openwrt-24.10" fi