Skip to content

Commit b4e3071

Browse files
committed
fix curl url
1 parent 8ebb197 commit b4e3071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ matrix:
3636
- compiler: ghc-8.2.2
3737
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
3838
before_install:
39-
- curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_ x86_64.sh
39+
- curl -O http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
4040
- chmod +x ArrayFire-v3.6.4_Linux_x86_64.sh
4141
- ./ArrayFire-v3.6.4_Linux_x86_64.sh --include-subdir --prefix=/opt
4242
- ls -lah /opt/arrayfire/

0 commit comments

Comments
 (0)