Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
cvilsmeier committed Jun 14, 2020
1 parent 8447f73 commit 889f8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.install-sqinn.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

echo install sqinn
curl -L https://github.com/cvilsmeier/sqinn/releases/download/v1.0.0/sqinn-dist-1.1.0.tar.gz -o /tmp/sqinn-dist-1.1.0.tar.gz
curl -L https://github.com/cvilsmeier/sqinn/releases/download/v1.1.0/sqinn-dist-1.1.0.tar.gz -o /tmp/sqinn-dist-1.1.0.tar.gz
tar -C /tmp -xf /tmp/sqinn-dist-1.1.0.tar.gz
chmod a+x /tmp/sqinn-dist-1.1.0/linux_amd64/sqinn

0 comments on commit 889f8f0

Please sign in to comment.