Skip to content

Commit 5ed9069

Browse files
committed
Update toolchain version to verified
1 parent 18edeb4 commit 5ed9069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/setup-toolchain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
TOOLCHAIN_TYPE=${1:-gnu}
66

77
TOOLCHAIN_REPO=https://github.com/riscv-collab/riscv-gnu-toolchain
8-
TOOLCHAIN_VERSION=2025.07.03
8+
TOOLCHAIN_VERSION=2025.05.30
99
TOOLCHAIN_OS=ubuntu-24.04
1010

1111
setup_gnu_toolchain() {
@@ -28,7 +28,7 @@ setup_gnu_toolchain() {
2828
setup_llvm_toolchain() {
2929
echo "[+] Setting up LLVM RISC-V toolchain..."
3030

31-
# upstream URL for LLVM toolchain
31+
# upstream URL for LLVM toolchainzz2
3232
local URL="${TOOLCHAIN_REPO}/releases/download/${TOOLCHAIN_VERSION}/riscv32-elf-${TOOLCHAIN_OS}-llvm-nightly-${TOOLCHAIN_VERSION}-nightly.tar.xz"
3333

3434
echo "[+] Downloading RISC-V LLVM toolchain..."

0 commit comments

Comments
 (0)