Skip to content

Commit

Permalink
Don't use viewer bottle
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Oct 24, 2023
1 parent 727b819 commit e8d874f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/setup/macos/install_viewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ fi
set -x

# brew doesn't recognize specific versions of viewer
brew install aws/tap/cbmc-viewer
# Build from source, since there's only a macos-12 bottle which doesn't seem to work.
brew install -s aws/tap/cbmc-viewer
echo "Installed: $(cbmc-viewer --version)"

0 comments on commit e8d874f

Please sign in to comment.