I'm using the siunitx package to display units, but I'm having a problem with the appearance of the Greek letter mu that results from the \micro command. The version in the package documentation looks like this:
but the version from my MWE (shown below) looks like this:
Here is my MWE:
\documentclass{minimal}
\usepackage{siunitx}
\begin{document}
\SI{}{\micro\metre}
\end{document}
What do I need to do to get an upright mu in the siunitx package without the aliasing?

