Skip to content

Commit a8bff17

Browse files
fix
1 parent 096c6b0 commit a8bff17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/bootstrap_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
wget https://github.com/breach/thrust/releases/download/v$1/thrust-v$1-linux-x64.zip
22
mkdir -p ./vendor/linux/x64/v$1
3-
mv thrust-v$1-linux-x64.zip ./vendor/linux/x64/v$1
4-
cd ./vendor/linux/x64/$1
3+
mv thrust-v$1-linux-x64.zip ./vendor/linux/x64/v$1/hrust-v$1-linux-x64.zip
4+
cd ./vendor/linux/x64/$1/
55
unzip thrust-v$1-linux-x64.zip
66
rm thrust-v$1-linux-x64.zip

0 commit comments

Comments
 (0)