Skip to content

Commit 18bd549

Browse files
committed
CVC4: Enable symfpu
Fixes #23.
1 parent 34b6f1f commit 18bd549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ci.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ build_cvc4() {
6868
cp cvc4$EXT $BIN
6969
else
7070
./contrib/get-antlr-3.4
71-
./configure.sh --static --no-static-binary production
71+
./contrib/get-symfpu
72+
./configure.sh --static --no-static-binary --symfpu production
7273
cd build
7374
make -j4
7475
cp bin/cvc4$EXT $BIN

0 commit comments

Comments
 (0)