summaryrefslogtreecommitdiff
path: root/src/mongo/tla_plus/download-tlc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tla_plus/download-tlc.sh')
-rwxr-xr-xsrc/mongo/tla_plus/download-tlc.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/tla_plus/download-tlc.sh b/src/mongo/tla_plus/download-tlc.sh
new file mode 100755
index 00000000000..b63944a7231
--- /dev/null
+++ b/src/mongo/tla_plus/download-tlc.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Downloads TLC, which is the model-checker for the TLA+ formal specifications in this directory.
+
+echo "Downloading tla2tools.jar"
+curl -fLO https://github.com/tlaplus/tlaplus/releases/download/v1.7.0/tla2tools.jar