write_smt2: fix SMT-LIB tutorial URL
authorwhitequark <whitequark@whitequark.org>
Sat, 29 Aug 2020 20:02:35 +0000 (20:02 +0000)
committerGitHub <noreply@github.com>
Sat, 29 Aug 2020 20:02:35 +0000 (20:02 +0000)
backends/smt2/smt2.cc

index 0423b977a4bfb7fcc90809358694b830529f4e60..4a53ce6d5d416c3b1a7d90f89086a77c33baff71 100644 (file)
@@ -1403,7 +1403,7 @@ struct Smt2Backend : public Backend {
                log("        the given option as a `(set-option ...)` command in the SMT-LIBv2.\n");
                log("\n");
                log("[1] For more information on SMT-LIBv2 visit http://smt-lib.org/ or read David\n");
-               log("R. Cok's tutorial: http://www.grammatech.com/resources/smt/SMTLIBTutorial.pdf\n");
+               log("R. Cok's tutorial: https://smtlib.github.io/jSMTLIB/SMTLIBTutorial.pdf\n");
                log("\n");
                log("---------------------------------------------------------------------------\n");
                log("\n");