You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/setup-toolchain.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ TOOLCHAIN_TYPE=${1:-gnu}
7
7
setup_gnu_toolchain() {
8
8
echo"[+] Setting up GNU RISC-V toolchain..."
9
9
10
-
local URL="https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.07.03/riscv32-elf-ubuntu-24.04-gcc-nightly-2025.06.13-nightly.tar.xz"
10
+
local URL="https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.07.03/riscv32-elf-ubuntu-24.04-gcc-nightly-2025.07.03-nightly.tar.xz"
11
11
12
12
echo"[+] Downloading RISC-V GNU toolchain..."
13
13
wget -q "$URL"
@@ -25,7 +25,7 @@ setup_llvm_toolchain() {
25
25
echo"[+] Setting up LLVM RISC-V toolchain..."
26
26
27
27
# upstream URL for LLVM toolchain
28
-
local URL="https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.07.03/riscv32-elf-ubuntu-24.04-llvm-nightly-2025.06.13-nightly.tar.xz"
28
+
local URL="https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.07.03/riscv32-elf-ubuntu-24.04-llvm-nightly-2025.07.03-nightly.tar.xz"
0 commit comments