Skip to content

Commit e2f8e7f

Browse files
committed
Fix install script for AArch64
1 parent 374be8e commit e2f8e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-aarch64-windows-gnullvm/install-llvm-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ curl -L https://github.com/mstorsjo/llvm-mingw/releases/download/${release_date}
88
tar --extract --xz --strip 1 --directory /usr/local
99

1010
# https://github.com/mstorsjo/llvm-mingw/issues/493
11-
ln -s $aarch64-w64-windows-gnu.cfg /usr/local/bin/$arch-pc-windows-gnu.cfg
11+
ln -s aarch64-w64-windows-gnu.cfg /usr/local/bin/aarch64-pc-windows-gnu.cfg

0 commit comments

Comments
 (0)