From c44cff7383bc970689438848c215cbb25b67b68a Mon Sep 17 00:00:00 2001 From: EdwardVitor <18852932961@163.com> Date: Sat, 11 May 2024 16:11:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9apex=20invidia=20?= =?UTF-8?q?=E6=BA=90=E7=A0=81=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 14ad511..eb0836c 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -99,7 +99,7 @@ function main() # download origin code cd $ROOT_DIR || exit - git clone https://github.com/NVIDIA/apex.git + git clone https://gitee.com/edwardvitor/apex.git cd apex git checkout 4ef930c1c884fdca5f472ab2ce7cb9b505d26c1a -- Gitee