diff --git a/platforms/n64/ido7.1/linux/Dockerfile b/platforms/n64/ido7.1/linux/Dockerfile index cef4107..5552eef 100644 --- a/platforms/n64/ido7.1/linux/Dockerfile +++ b/platforms/n64/ido7.1/linux/Dockerfile @@ -7,7 +7,7 @@ RUN mkdir -p /compilers/n64/ido7.1 RUN wget -O ido-7.1-recomp-linux.tar.gz "https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-linux.tar.gz" RUN tar xvzf ido-7.1-recomp-linux.tar.gz -C /compilers/n64/ido7.1 -RUN wget -O /compilers/n64/ido7.1/cc-irix4 "https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/8dafb02ff809734d95c23dab00cb9fcf58c974d8/cc-irix4" +RUN wget -O /compilers/n64/ido7.1/cc-irix4 "https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/6e8927f342e8298f529f92b5068d3032b5d8d93b/cc-irix4" RUN chown -R root:root /compilers/n64/ido7.1/ RUN chmod +x /compilers/n64/ido7.1/* diff --git a/values.yaml b/values.yaml index f02e58d..2949267 100644 --- a/values.yaml +++ b/values.yaml @@ -117,7 +117,7 @@ compilers: arch: linux files: - https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-linux.tar.gz - - https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/8dafb02ff809734d95c23dab00cb9fcf58c974d8/cc-irix4 + - https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/6e8927f342e8298f529f92b5068d3032b5d8d93b/cc-irix4 - id: ido7.1 platform: n64 template: common/default