Skip to content

Commit

Permalink
Merge pull request tock#3630 from lschuermann/dev/litex-sim-gcc-toolc…
Browse files Browse the repository at this point in the history
…hain-url-fix

litex_sim CI: fix RISC-V precompiled GCC toolchain URL
  • Loading branch information
ppannuto committed Aug 20, 2023
2 parents 5b3805e + c3ed3fa commit 68fce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/litex_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup RISC-V GCC toolchain
run: |
RISCV_TOOLCHAIN_MIRRORS=(\
"http://cs.virginia.edu/~bjc8c/archive/gcc-riscv64-unknown-elf-8.3.0-ubuntu.zip" \
"http://www.cs.virginia.edu/~bjc8c/archive/gcc-riscv64-unknown-elf-8.3.0-ubuntu.zip" \
"https://alpha.mirror.svc.schuermann.io/files/2023-08-17_gcc-riscv64-unknown-elf-8.3.0-ubuntu.zip"\
)
pushd $HOME
Expand Down

0 comments on commit 68fce76

Please sign in to comment.