From 3edaa6041b2a0af27b8801e471717f9a1a4ff078 Mon Sep 17 00:00:00 2001 From: sBubshait Date: Sat, 15 Jun 2024 03:40:53 +0100 Subject: [PATCH] Update test.sh file to clone the repo via HTTP --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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