aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreine <eine@users.noreply.github.com>2020-07-24 19:53:49 +0200
committereine <eine@users.noreply.github.com>2020-07-24 19:53:49 +0200
commit6ef4d46490ef6f4235405cc5a5f6404ae26420bc (patch)
treeddde0e2c8316590da18f7b62e10c55d6da39da1e
parent20f45f5644f82df437b09838a2fbdbfc7b6aa4e7 (diff)
downloadghdl-yosys-plugin-6ef4d46490ef6f4235405cc5a5f6404ae26420bc.tar.gz
ghdl-yosys-plugin-6ef4d46490ef6f4235405cc5a5f6404ae26420bc.tar.bz2
ghdl-yosys-plugin-6ef4d46490ef6f4235405cc5a5f6404ae26420bc.zip
ci: fix synth_formal.dockerfile URL
-rwxr-xr-xci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index b15ed4d..17a480f 100755
--- a/ci.sh
+++ b/ci.sh
@@ -45,7 +45,7 @@ gend
gstart "[Build] ghdl/synth:formal" "$ANSI_MAGENTA"
docker build -t ghdl/synth:formal --build-arg IMAGE='ghdl/synth:beta' . -f- <<-EOF
-$(curl -fsSL https://github.com/ghdl/docker/raw/master/dockerfiles/synth_formal)
+$(curl -fsSL https://github.com/ghdl/docker/raw/master/synth_formal.dockerfile)
EOF
gend "formal"