From d9a4ef9babe323fb66db8f000c4a08bc34de1793 Mon Sep 17 00:00:00 2001 From: 1585346868 <1585346868@qq.com> Date: Fri, 8 May 2026 00:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e74e5b4..7da97db 100644 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ cd "$SCRIPT_DIR" mkdir 3rdparty cd "$SCRIPT_DIR/3rdparty" if [ ! -f tencentcloud-sdk-cpp-master.zip ]; then - wget https://download.fwlua.com/other/tencentcloud-sdk-cpp-master.zip + wget https://download.fastweb.youyanen.com/module/tencentsdk/other/tencentcloud-sdk-cpp-master.zip fi rm -rf tencentcloud-sdk-cpp-master