Skip to content

Commit

Permalink
Trying Lean4 install
Browse files Browse the repository at this point in the history
  • Loading branch information
jtristan committed Apr 25, 2024
1 parent c4710bf commit 3f04539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pushd SampCert
set -o pipefail
curl -sSfL https://github.com/leanprover/elan/releases/download/v1.4.2/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
./elan-init -y --default-toolchain leanprover/lean4:v4.7.0
cp $HOME/.elan/bin/* ./
lake build VMC
ls $HOME/.elan/bin/lake
$HOME/.elan/bin/lake build VMC
popd


0 comments on commit 3f04539

Please sign in to comment.