Skip to content

Commit

Permalink
docker: Update toolchain download paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpnock committed Feb 3, 2023
1 parent 326c0a2 commit 7427904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ RUN set -eux; \
url=; \
case "$arch" in \
'arm64') \
curl --output riscv-gnu-toolchain.tar.gz -L "https://github.com/iac-reshaping/compiler-test/releases/download/v1.0.0/riscv-gnu-toolchain-2022-09-21-ubuntu-22.04-arm64.tar.gz" \
curl --output riscv-gnu-toolchain.tar.gz -L "https://github.com/langproc/langproc-2022-cw/releases/download/v1.0.0/riscv-gnu-toolchain-2022-09-21-ubuntu-22.04-arm64.tar.gz" \
;; \
*) curl --output riscv-gnu-toolchain.tar.gz -L "https://github.com/iac-reshaping/compiler-test/releases/download/v1.0.0/riscv-gnu-toolchain-2022-09-21-ubuntu-22.04.tar.gz" \
*) curl --output riscv-gnu-toolchain.tar.gz -L "https://github.com/langproc/langproc-2022-cw/releases/download/v1.0.0/riscv-gnu-toolchain-2022-09-21-ubuntu-22.04-amd64.tar.gz" \
;; \
esac;
RUN rm -rf /opt/riscv
Expand Down

0 comments on commit 7427904

Please sign in to comment.