diff --git a/platforms/n64/ido4.1/Dockerfile b/platforms/n64/ido4.1/Dockerfile index 127fb65..d4eee54 100644 --- a/platforms/n64/ido4.1/Dockerfile +++ b/platforms/n64/ido4.1/Dockerfile @@ -5,8 +5,8 @@ FROM alpine:3.18 AS base RUN mkdir -p /compilers/n64/ido4.1 -RUN wget -O ido4.1.tar.xz "https://github.com/LLONSIT/qemu-irix-helpers/raw/refs/heads/n/qemu/ido4.1.tar.xz" -RUN tar xvJf ido4.1.tar.xz -C /compilers/n64/ido4.1 +RUN wget -O ido4.1.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ido4.1.tar.gz" +RUN tar xvzf ido4.1.tar.gz -C /compilers/n64/ido4.1 RUN chown -R root:root /compilers/n64/ido4.1/ RUN chmod +x /compilers/n64/ido4.1/* diff --git a/values.yaml b/values.yaml index 580b2c6..e717b1d 100644 --- a/values.yaml +++ b/values.yaml @@ -83,7 +83,7 @@ compilers: - id: ido4.1 platform: n64 template: common/default - file: https://github.com/LLONSIT/qemu-irix-helpers/raw/refs/heads/n/qemu/ido4.1.tar.xz + file: https://github.com/decompme/compilers/releases/download/compilers/ido4.1.tar.gz - id: ido5.3 platform: n64