Update test.sh file to clone the repo via HTTP

This commit is contained in:
sBubshait 2024-06-15 03:40:53 +01:00
parent e66af80187
commit 3edaa6041b

View File

@ -2,7 +2,7 @@ echo "Trying to compile the program..."
make -C src
echo "Fetching the test suite..."
git clone git@gitlab.doc.ic.ac.uk:teaching-fellows/armv8_testsuite.git
git clone https://gitlab.doc.ic.ac.uk/teaching-fellows/armv8_testsuite
mkdir armv8_testsuite/solution
cp -r src/. ./armv8_testsuite/solution
cd armv8_testsuite