From eccf39c99582e8702d32d982660c952fae6aaff8 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 6 Apr 2023 08:40:36 -0700 Subject: [PATCH] CI: update aarch64-macos tarball --- ci/aarch64-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/aarch64-macos.sh b/ci/aarch64-macos.sh index a124b82146..a4c2b9a748 100755 --- a/ci/aarch64-macos.sh +++ b/ci/aarch64-macos.sh @@ -9,7 +9,7 @@ set -e ZIGDIR="$(pwd)" TARGET="$ARCH-macos-none" MCPU="baseline" -CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.1869+df4cfc2ec" +CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.2441+eb19f73af" PREFIX="$HOME/$CACHE_BASENAME" ZIG="$PREFIX/bin/zig"