From 357a2a970abe642f9fee33c468622c30f5335e6a Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 15 Jan 2020 15:05:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20model=20download=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75cc1c8..0e0c298 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ calamari: gt4histocr-calamari: mkdir gt4histocr-calamari cd gt4histocr-calamari && \ - wget https://file.spk-berlin.de:8443/calamari-models/GT4HistOCR/model.tar.xz && \ + wget https://qurator-data.de/calamari-models/GT4HistOCR/model.tar.xz && \ tar xfv model.tar.xz && \ rm model.tar.xz