We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38a013 commit 13bfa7cCopy full SHA for 13bfa7c
src/ci/docker/host-x86_64/dist-x86_64-windows-gnullvm/install-llvm-mingw.sh
@@ -2,7 +2,7 @@
2
3
set -ex
4
5
-release_date=20250430
+release_date=20250528
6
archive=llvm-mingw-${release_date}-ucrt-ubuntu-22.04-x86_64.tar.xz
7
curl -L https://github.com/mstorsjo/llvm-mingw/releases/download/${release_date}/${archive} | \
8
tar --extract --xz --strip 1 --directory /usr/local
0 commit comments