--- a/src/HOL/Tools/Nunchaku/nunchaku_tool.ML Fri Sep 08 00:01:36 2017 +0200
+++ b/src/HOL/Tools/Nunchaku/nunchaku_tool.ML Fri Sep 08 00:01:52 2017 +0200
@@ -89,7 +89,7 @@
"PATH=\"$CVC4_HOME:$KODKODI/bin:$PATH\" \"$" ^
nunchaku_home_env_var ^ "\"/nunchaku --skolems-in-model --no-color " ^
(if specialize then "" else "--no-specialize ") ^
- "--solvers \"" ^ Bash_Syntax.string (space_implode " " solvers) ^ "\" " ^
+ "--solvers \"" ^ Bash_Syntax.string (space_implode "," solvers) ^ "\" " ^
"--timeout " ^ string_of_int (Time.toSeconds timeout) ^ " " ^
File.bash_path prob_path;
val comments =