diff --git a/build.sh b/build.sh index 35960702..d380c996 100755 --- a/build.sh +++ b/build.sh @@ -37,7 +37,7 @@ repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) echo "" echo "Cloning dependency repos" -[ ! -d sas-creator ] && git clone https://github.com/AndyCGYan/sas-creator +[ ! -d sas-creator ] && git clone https://github.com/ponces/sas-creator rm -rf treble_app && git clone https://github.com/phhusson/treble_app echo "Setting up build environment"