Skip to content

Commit

Permalink
TEMP: point to karamel fork
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 8, 2025
1 parent cc0d06f commit 3c0873c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ make_everparse() {
export FSTAR_EXE=$FSTAR_HOME/bin/fstar.exe

if [[ -z "$KRML_HOME" ]] ; then
{ [[ -d karamel ]] || git clone https://github.com/FStarLang/karamel ; }
{ [[ -d karamel ]] || git clone https://github.com/mtzguido/karamel -b dev; }
export KRML_HOME=$(fixpath $PWD/karamel)
else
export KRML_HOME=$(fixpath "$KRML_HOME")
Expand Down

0 comments on commit 3c0873c

Please sign in to comment.