Skip to content

Commit 315797c

Browse files
committed
fix typo in link
1 parent 9292a57 commit 315797c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/winlibs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!file.exists("../windows/tesseract/include/tesseract/baseapi.h")) {
77
} else if(getRversion() >= "4.3") {
88
"https://github.com/pachadotdev/cpp11bundles/releases/download/tesseract-5.3.2/tesseract-ocr-5.3.2-ucrt-x86_64.tar.xz"
99
} else {
10-
"https://github.com/pachadotdev/cpp11bundles/releases/download/tesseract-oldR-5.3./tesseract-oldR-5.3.2.tar.gz"
10+
"https://github.com/pachadotdev/cpp11bundles/releases/download/tesseract-oldR-5.3.2/tesseract-oldR-5.3.2.tar.gz"
1111
}
1212
download.file(url, basename(url), quiet = TRUE)
1313
untar(basename(url), exdir = "../windows", tar = "internal")

0 commit comments

Comments
 (0)