Skip to content

Commit

Permalink
[TMP]fix: toolchains: ZyC-Clang: downgrade to 20230826
Browse files Browse the repository at this point in the history
  • Loading branch information
fukiame committed Sep 10, 2023
1 parent cf01f9e commit 865018b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/ZyC-Clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case $1 in
# Clone compiler
if [[ ! -d "${dir}" ]]; then
mkdir ${dir} && cd ${dir}
curl -Lo a.tar.gz "$(curl https://raw.githubusercontent.com/ZyCromerZ/Clang/main/Clang-main-link.txt)"
curl -Lo a.tar.gz "https://github.com/ZyCromerZ/Clang/releases/download/18.0.0-20230826-release/Clang-18.0.0-20230826.tar.gz"
tar -zxf a.tar.gz
fi
;;
Expand Down

0 comments on commit 865018b

Please sign in to comment.