From e1b91283cde8d40429e3bbf60ae6db7d23bcec1a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 28 Oct 2025 16:47:58 +0100 Subject: Fix the Continuous Integration what was broken in f09abdf6e236198e6dbf7d049dc99534d9f8af01 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index b4ea242..63079cf 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -154,7 +154,7 @@ RUNTIME_TARGETS= \ .SILENT: -gcc: CC=../aarch64-linux-musl-native/bin/gcc +gcc: CC=../x86_64-linux-musl-native/bin/gcc gcc: $(RUNTIME_TARGETS) clang: CC=clang -- cgit v1.3