diff --git a/acs-drv/files/build.sh b/acs-drv/files/build.sh index 55c5e3287599ce31a2d4488e5ac8fa7b5183ceed..9c20724f8c4034f30c3ec15ce0e07f371044a52f 100755 --- a/acs-drv/files/build.sh +++ b/acs-drv/files/build.sh @@ -146,7 +146,7 @@ get_sbsa_acs() if [[ -d "$WRK_DIR/sbsa-acs" ]]; then echo "Directory '$WRK_DIR/sbsa-acs' already exists. Skipping clone." else - git clone git@github.com:ARM-software/sbsa-acs.git sbsa-acs + git clone https://github.com/ARM-software/sbsa-acs.git sbsa-acs if [[ $? -ne 0 ]]; then echo "ERROR: Failed to download SBSA ACS repository." return