https://issues.dlang.org/show_bug.cgi?id=18649 --- Comment #6 from Seb <greensunny12 at gmail.com> --- An attempt at fixing it by simply making libcurl optional (it's only needed for std.net.curl) https://github.com/dlang/installer/pull/314 --