diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5f5c38cb1..c6bcbc3a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - libgc-dev before_script: - set -e - - wget --secure-protocol=tlsv1 http://nim-lang.org/download/fasm-1.71.39.tgz + - curl --out fasm-1.71.39.tgz https://nim-lang.org/download/fasm-1.71.39.tgz - tar xvf fasm-1.71.39.tgz - git clone --depth 1 https://github.com/nim-lang/csources.git - cd csources |