diff --git a/test.sh b/test.sh index 49939c8..52f4e2d 100755 --- a/test.sh +++ b/test.sh @@ -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