diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 32252979..867a5198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ install: - sudo apt update - sudo apt install binutils-arm-none-eabi wine # These files are only accessible from Travis CI IP Addresses to prevent piracy. - - wget https://private.martmists.com/mwccarm.zip - - wget https://private.martmists.com/baserom.nds + - wget http://private.martmists.com/mwccarm.zip + - wget http://private.martmists.com/baserom.nds - unzip mwccarm.zip - mv mwccarm tools |