Fix typo
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 16926a5..a140f71 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -3538,7 +3538,7 @@
scripts/config.py unset MBEDTLS_AESNI_C
msg "AES tests, plain C"
make clean
- make test programs/test/selftest CC=x86_64-linux-gnu-gcc-10 CFLAGS='-O2 -Werror'
+ make test programs/test/selftest CC=gcc CFLAGS='-O2 -Werror'
# check that there is no AESNI code present
! ( ./programs/test/selftest | grep -q "AESNI code") || false "AESNI code built when MBEDTLS_AESNI_C unset"
}