Skip to content

Commit

Permalink
Reverted make/stanc to use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
serban-nicusor-toptal authored Jan 24, 2020
1 parent e4928d5 commit 7001a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/stanc
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ bin/stanc$(EXE) :
else ifeq ($(OS_TAG),windows)
bin/stanc$(EXE) :
@mkdir -p $(dir $@)
$(shell echo "curl -L https://github.com/stan-dev/stanc3/releases/download/2.22.0/$(OS_TAG)-stanc -o bin/stanc$(EXE)")
$(shell echo "curl -L https://github.com/stan-dev/stanc3/releases/download/nightly/$(OS_TAG)-stanc -o bin/stanc$(EXE)")
else
bin/stanc$(EXE) :
curl -L https://github.com/stan-dev/stanc3/releases/download/2.22.0/$(OS_TAG)-stanc -o bin/stanc
curl -L https://github.com/stan-dev/stanc3/releases/download/nightly/$(OS_TAG)-stanc -o bin/stanc
chmod +x bin/stanc
endif

Expand Down

0 comments on commit 7001a58

Please sign in to comment.