fetch_mldata: how to manually set up MNIST dataset when source server is down?

I need to run a code that contains these lines: from sklearn.datasets import fetch_mldata mnist = fetch_mldata('MNIST original') There seems to be a problem with executing it. TimeoutError: [