diff --git a/acs-drv/files/build.sh b/acs-drv/files/build.sh index 9f773b34abe498dc095ba6577a46be4514ec1f00..e85cd163d9aea4e82dd26f3996acc10ff2442826 100755 --- a/acs-drv/files/build.sh +++ b/acs-drv/files/build.sh @@ -127,7 +127,7 @@ get_sysarch_acs() if [[ -d "$WRK_DIR/sysarch-acs" ]]; then echo "Directory '$WRK_DIR/sysarch-acs' already exists. Skipping clone." else - git clone https://github.com/Sujana-M/sysarch-acs.git sysarch-acs + git clone https://github.com/ARM-software/sysarch-acs.git sysarch-acs if [[ $? -ne 0 ]]; then echo "ERROR: Failed to download SYSARCH ACS repository." return @@ -142,7 +142,7 @@ get_linux_acs() if [[ -d "$WRK_DIR/linux-acs" ]]; then echo "Directory '$WRK_DIR/linux-acs' already exists. Skipping clone." else - git clone https://git.gitlab.arm.com/linux-arm/linux-acs.git -b sysarch-acs + git clone https://git.gitlab.arm.com/linux-arm/linux-acs.git if [[ $? -ne 0 ]]; then echo "ERROR: Failed to download LINUX ACS repository." return