From dc32b593f9c669fe9e63eb065e490ef3188076ff Mon Sep 17 00:00:00 2001 From: Ajayswar S Date: Thu, 5 Jun 2025 05:08:38 +0000 Subject: [PATCH] Update sbsa acs folder link in build.sh --- acs-drv/files/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acs-drv/files/build.sh b/acs-drv/files/build.sh index 55c5e32..9c20724 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 -- GitLab