summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/cmake/netxduo64/run.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cmake/netxduo64/run.sh b/test/cmake/netxduo64/run.sh
index 675a6298..ad59df07 100755
--- a/test/cmake/netxduo64/run.sh
+++ b/test/cmake/netxduo64/run.sh
@@ -3,7 +3,7 @@
cd $(dirname $0)
# if threadx repo does not exist, clone it
-[ -d ../threadx ] || git clone https://github.com/azure-rtos/threadx.git ../threadx --depth 1
-[ -d ../filex ] || git clone https://github.com/azure-rtos/filex.git ../filex --depth 1
+[ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1
+[ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1
[ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh
-ENABLE_64=ON ./.run.sh $* \ No newline at end of file
+ENABLE_64=ON ./.run.sh $*