Skip to content

Commit

Permalink
Rel 7.4.3 - Fix download directory for cmdstan-2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Sep 15, 2023
1 parent 9d5007a commit 056f327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
OLDWD=`pwd`
cd ~
pwd
wget https://github.com/stan-dev/cmdstan/releases/download/v2.32.0/cmdstan-2.33.0.tar.gz
wget https://github.com/stan-dev/cmdstan/releases/download/v2.33.0/cmdstan-2.33.0.tar.gz
tar -xzpf cmdstan-2.33.0.tar.gz
ls -lia .
ls -lia ./cmdstan-2.33.0
Expand Down

0 comments on commit 056f327

Please sign in to comment.